home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / MPWHack.sit / MPW Hack / DirectoryLookup next >
Text File  |  1996-06-21  |  894b  |  19 lines

  1. echo "DirectoryLookup     # Lookup employees in the Apple Directory"
  2. echo "DirectoryLookup -name FullName | -firstname FirstName | -lastname LastName | -rf elfnm"
  3. echo "    -h                          help"
  4. echo "    -name          FullName     Person’s full name to look up"
  5. echo "    -firstname     FirstName    Person’s first name to look up"
  6. echo "    -lastname      LastName     Person’s last name to look up"
  7. echo "    -returnformat  {flags}      Specify the return format (default e)"
  8. echo ""
  9. echo "  where {flags} can be:"
  10. echo "       n    Return full name"
  11. echo "       f    Return first name"
  12. echo "       l    Return last name"
  13. echo "       p    Return phone number"
  14. echo "       m    Return mail/stop address"
  15. echo "       e    Return e-mail address"
  16. echo "       b    Return building name"
  17. echo "       d    Return department name"
  18. echo "       s    Return employee’s supervisor"
  19.